hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
isNumeric.isNumeric
hip
util
reflection
isNumeric
Undocumented in source.
enum
isNumeric
;
enum
isNumeric
;
enum
isNumeric
;
enum
isNumeric
;
template
isNumeric
(T)
static if
(!(
!__traits(isArithmetic, T)
))
static if
(!(
__traits(isFloating, T)
))
static if
(!(
is(T U == enum)
))
enum
isNumeric
=
__traits
(
isZeroInit
,
T
) && !
is
(
immutable
T
==
immutable
bool
) && !
is
(
T
==
__vector
)
;
Meta
Source
See Source File
hip
util
reflection
isNumeric
manifest constants
isNumeric